home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
cdity
/
ModeProSrc.lha
/
appinfo.c
next >
Wrap
C/C++ Source or Header
|
2000-09-17
|
563b
|
29 lines
/*
#include "revision.h"
#define APPNAME "" /* please insert application name */
#define VERSION 4
#define VERSION_STR "4"
#define VERREV_STR VERSION_STR "." REVISION_STR
char version[]="$VER: ModePro.lib" APPNAME " " VERSION_STR "." REVISION_STR " "__AMIGADATE__;
int AppVersion =VERSION;
int AppRevision =REVISION;
/************************************************
Revision Info
-------------------------------------------------
4.51
Prefs
Overscan gadget fixed.
4.50
Daemon
*************************************************/
*/